Skip to content

ref(adk): migrate ADK wrapper to integrations API#122

Open
Abhijeet Prasad (AbhiPrasad) wants to merge 2 commits intomainfrom
abhi-refactor-adk-to-integrations-api
Open

ref(adk): migrate ADK wrapper to integrations API#122
Abhijeet Prasad (AbhiPrasad) wants to merge 2 commits intomainfrom
abhi-refactor-adk-to-integrations-api

Conversation

@AbhiPrasad
Copy link
Member

@AbhiPrasad Abhijeet Prasad (AbhiPrasad) commented Mar 24, 2026

ref #116

Convert the Google ADK (Agent Development Kit) instrumentation from the legacy wrappers pattern to the new integrations API introduced in #118.

  • Extract tracing helpers into integrations/adk/tracing.py
  • Create ADK patchers (agent, runner, flow, mcp_tool) in patchers.py
  • Add AdkIntegration class with proper registration
  • Move tests and cassettes from wrappers/adk/ to integrations/adk/
  • Move auto_instrument test script to integrations/auto_test_scripts/
  • Slim down wrappers/adk/init.py to delegate to integrations
  • Update noxfile.py with ADK integration test sessions
  • Update integrations base and registry for ADK support

I also updated the sdk integration skill, and added a new skill for migrating older wrappers to the new integrations.

Convert the Google ADK (Agent Development Kit) instrumentation from the
legacy wrappers pattern to the new integrations API introduced in #118.

- Extract tracing helpers into integrations/adk/tracing.py
- Create ADK patchers (agent, runner, flow, mcp_tool) in patchers.py
- Add AdkIntegration class with proper registration
- Move tests and cassettes from wrappers/adk/ to integrations/adk/
- Move auto_instrument test script to integrations/auto_test_scripts/
- Slim down wrappers/adk/__init__.py to delegate to integrations
- Update noxfile.py with ADK integration test sessions
- Update integrations base and registry for ADK support
@AbhiPrasad Abhijeet Prasad (AbhiPrasad) force-pushed the abhi-refactor-adk-to-integrations-api branch from 5b2338c to 65a3be9 Compare March 24, 2026 00:38
@AbhiPrasad
Copy link
Member Author

after this merges in, I'll tackle #126 to fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant